home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(19, 1)
- set the locH of sprite 19 to the locH of sprite 19 + 5
- set the locV of sprite 19 to the locV of sprite 19 + 5
- updateStage()
- end
-
- on mouseUp
- set the locH of sprite 19 to the locH of sprite 19 - 5
- set the locV of sprite 19 to the locV of sprite 19 - 5
- updateStage()
- puppetSprite(19, 0)
- SetReturn()
- go("S2")
- end
-